You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxInt Class > TMtxInt Methods > MulElem Method > TMtxInt.MulElem Method ([In] TMtxInt, [In] TMtxInt)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxInt.MulElem Method ([In] TMtxInt, [In] TMtxInt)

Multiplies elements in Mtx1 matrix with the elements in Mtx2 matrix (array multiplication) and stores the results in calling matrix.

Syntax
C#
Visual Basic
public TMtxInt MulElem([In] TMtxInt Mtx1, [In] TMtxInt Mtx2);

The Rows, Cols and IntPrecision properties of calling matrix are set implicitly to match those of Mtx1 and Mtx2 matrices. Mtx1 and Mtx2 Rows, Cols, and IntPrecision properties must be the same, otherwise an excetion is raised. raised.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!